projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb6ac2
)
ARM: uniphier: move kernel physical base to 0x82080000
author
Masahiro Yamada
<
[email protected]
>
Tue, 16 May 2017 05:35:15 +0000
(14:35 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Wed, 17 May 2017 12:51:04 +0000
(21:51 +0900)
Reserve enough space below the kernel base.
The assumed address map is:
80000000
-
80ffffff
: for IPP
81000000
-
81ffffff
: for ARM secure
82000000
- : for Linux
Signed-off-by: Masahiro Yamada <
[email protected]
>
include/configs/uniphier.h
patch
|
blob
|
history
diff --git
a/include/configs/uniphier.h
b/include/configs/uniphier.h
index 7bd2d8cc2849d9cbcb80188f517a4bedc53d6e1e..6271b07766c58891cd1c659a8133ed4908e83b21 100644
(file)
--- a/
include/configs/uniphier.h
+++ b/
include/configs/uniphier.h
@@
-176,7
+176,7
@@
#define CONFIG_BOOTFILE "Image.gz"
#define LINUXBOOT_CMD "booti"
#define KERNEL_ADDR_LOAD "kernel_addr_load=0x84200000\0"
-#define KERNEL_ADDR_R "kernel_addr_r=0x8
0
080000\0"
+#define KERNEL_ADDR_R "kernel_addr_r=0x8
2
080000\0"
#else
#define CONFIG_BOOTFILE "zImage"
#define LINUXBOOT_CMD "bootz"